home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_546 / BUTTONCONDACTION on(release, keyPress a).as
Text File  |  2002-05-21  |  313b  |  23 lines

  1. on(release, keyPress "a"){
  2.    if(2 >= luck)
  3.    {
  4.       gotoAndStop(817);
  5.    }
  6.    else if(5 >= luck)
  7.    {
  8.       gotoAndStop(819);
  9.    }
  10.    else if(8 >= luck)
  11.    {
  12.       gotoAndStop(821);
  13.    }
  14.    else if(11 >= luck)
  15.    {
  16.       gotoAndStop(823);
  17.    }
  18.    else
  19.    {
  20.       gotoAndStop(825);
  21.    }
  22. }
  23.